Added xen-hotplug.log to the files to collect.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 2 Dec 2005 15:33:38 +0000 (15:33 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 2 Dec 2005 15:33:38 +0000 (15:33 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/util/bugtool.py

index 646149cfc1522299f695ff377f16a58c8d17d30b..3e027d2dff4a777d3a08052790c6ab0f72fa06c2 100644 (file)
@@ -41,9 +41,10 @@ ATTACH_PATTERN = \
 
 TITLE_RE = re.compile(r'<title>(.*)</title>')
 
-FILES_TO_SEND = [ '/var/log/syslog', '/var/log/messages', '/var/log/debug',
-                  '/var/log/xend.log', '/var/log/xend-debug.log',
-                  '/var/log/xenstored-trace.log' ]
+FILES_TO_SEND = [ '/var/log/' + x for x in 
+                  [ 'syslog', 'messages', 'debug',
+                    'xend.log', 'xend-debug.log', 'xenstored-trace.log',
+                    'xen-hotplug.log' ] ]
 #FILES_TO_SEND = [  ]